runtime.mLockProfile.cyclesLost (field)

6 uses

	runtime (current package)
		mprof.go#L720: 	cyclesLost int64        // contention for which we weren't able to record a call stack
		mprof.go#L733: 		prof.cyclesLost += cycles
		mprof.go#L751: 			prof.cyclesLost += cycles
		mprof.go#L754: 			prof.cyclesLost += prev
		mprof.go#L836: 	cycles, lost := prof.cycles, prof.cyclesLost
		mprof.go#L837: 	prof.cycles, prof.cyclesLost = 0, 0